'Declaration <ContentPropertyAttribute("Value")> Public MustInherit Class Item(Of T)
'Usage Dim instance As Item(Of T)
[ContentProperty("Value")] public abstract class Item<T>
'Declaration <ContentPropertyAttribute("Value")> Public MustInherit Class Item(Of T)
'Usage Dim instance As Item(Of T)
[ContentProperty("Value")] public abstract class Item<T>
System.Object
GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item<T>
GrapeCity.Wpf.SpreadSheet.CellType.Editors.IntegerItem
GrapeCity.Wpf.SpreadSheet.CellType.Editors.ObjectItem
GrapeCity.Wpf.SpreadSheet.CellType.Editors.StringItem